Class sbktech.tools.hashjava.util.NameGenerator
All Packages Class Hierarchy This Package Previous Next Index
Class sbktech.tools.hashjava.util.NameGenerator
java.lang.Object
|
+----sbktech.tools.hashjava.util.NameGenerator
- public class NameGenerator
- extends Object
Interface defining mechanism to pick up a sequence
of names to use while obfuscating.
- Author:
- $Author: kbs $
-
NameGenerator()
-
-
checkedName(Hashtable, String)
- Return a name which does not belong in the stop
table.
-
nextName()
-
-
nextName(String)
- Generate a new name for this old symbol.
NameGenerator
public NameGenerator()
nextName
public abstract String nextName(String oldName)
- Generate a new name for this old symbol.
nextName
public String nextName()
checkedName
public String checkedName(Hashtable stop,
String oldName)
- Return a name which does not belong in the stop
table.
All Packages Class Hierarchy This Package Previous Next Index